home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 4-Demos / Apple Demos / Tutorials / Display Card 4•8⁄8•24 Training / Display Card 4•8_8•24 Training / card_28743.txt < prev    next >
Text File  |  1990-03-19  |  7KB  |  339 lines

  1. -- card: 28743 from stack: in
  2. -- bmap block id: 31372
  3. -- flags: 0000
  4. -- background id: 49679
  5. -- name: content 4a
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global mapLoc, cardLoc
  9.   set hilite of bg btn "content 4" to true
  10.   if cardloc < 29 then
  11.     if maploc = "technology" then
  12.       set hilite of cd btn ("technology" && cardLoc) to true
  13.     end if
  14.   end if
  15. end opencard
  16.  
  17. on closeCard
  18.   global mapLoc, cardLoc
  19.   set hilite of bg btn "content 4" to false
  20.   if maploc = "technology" then
  21.     if cardloc < 29 then
  22.       set hilite of cd btn ("technology" && cardLoc) to false
  23.     end if
  24.   end if
  25. end closeCard
  26.  
  27.  
  28.  
  29. -- part 2 (field)
  30. -- low flags: 01
  31. -- high flags: 2000
  32. -- rect: left=135 top=118 right=302 bottom=334
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 0
  36. -- font id: 3
  37. -- text size: 9
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: 
  41.  
  42.  
  43. -- part 1 (button)
  44. -- low flags: 00
  45. -- high flags: 2002
  46. -- rect: left=116 top=124 right=137 bottom=139
  47. -- title width / last selected line: 0
  48. -- icon id / first selected line: 0 / 0
  49. -- text alignment: 1
  50. -- font id: 0
  51. -- text size: 12
  52. -- style flags: 0
  53. -- line height: 16
  54. -- part name: technology 0
  55. ----- HyperTalk script -----
  56. on mouseUp
  57.   push card
  58.   visual effect dissolve
  59.   go card "technology 0"
  60. end mouseUp
  61.  
  62.  
  63.  
  64.  
  65. -- part 9 (button)
  66. -- low flags: 00
  67. -- high flags: 2002
  68. -- rect: left=116 top=141 right=154 bottom=139
  69. -- title width / last selected line: 0
  70. -- icon id / first selected line: 0 / 0
  71. -- text alignment: 1
  72. -- font id: 0
  73. -- text size: 12
  74. -- style flags: 0
  75. -- line height: 16
  76. -- part name: technology 1
  77. ----- HyperTalk script -----
  78. on mouseUp
  79.   push card
  80.   visual effect dissolve
  81.   go card "technology 1"
  82. end mouseUp
  83.  
  84.  
  85.  
  86.  
  87. -- part 10 (button)
  88. -- low flags: 00
  89. -- high flags: 2002
  90. -- rect: left=116 top=157 right=170 bottom=139
  91. -- title width / last selected line: 0
  92. -- icon id / first selected line: 0 / 0
  93. -- text alignment: 1
  94. -- font id: 0
  95. -- text size: 12
  96. -- style flags: 0
  97. -- line height: 16
  98. -- part name: technology 2
  99. ----- HyperTalk script -----
  100. on mouseUp
  101.   push card
  102.   visual effect dissolve
  103.   go card "technology 2"
  104. end mouseUp
  105.  
  106.  
  107.  
  108.  
  109. -- part 11 (button)
  110. -- low flags: 00
  111. -- high flags: 2002
  112. -- rect: left=116 top=238 right=251 bottom=139
  113. -- title width / last selected line: 0
  114. -- icon id / first selected line: 0 / 0
  115. -- text alignment: 1
  116. -- font id: 0
  117. -- text size: 12
  118. -- style flags: 0
  119. -- line height: 16
  120. -- part name: technology 9
  121. ----- HyperTalk script -----
  122. on mouseUp
  123.   push card
  124.   visual effect dissolve
  125.   go card "technology 9"
  126. end mouseUp
  127.  
  128.  
  129.  
  130.  
  131. -- part 13 (button)
  132. -- low flags: 00
  133. -- high flags: 2002
  134. -- rect: left=116 top=173 right=185 bottom=139
  135. -- title width / last selected line: 0
  136. -- icon id / first selected line: 0 / 0
  137. -- text alignment: 1
  138. -- font id: 0
  139. -- text size: 12
  140. -- style flags: 0
  141. -- line height: 16
  142. -- part name: technology 5
  143. ----- HyperTalk script -----
  144. on mouseUp
  145.   push card
  146.   visual effect dissolve
  147.   go card "technology 5"
  148. end mouseUp
  149.  
  150.  
  151.  
  152.  
  153. -- part 14 (button)
  154. -- low flags: 00
  155. -- high flags: 2002
  156. -- rect: left=116 top=189 right=202 bottom=139
  157. -- title width / last selected line: 0
  158. -- icon id / first selected line: 0 / 0
  159. -- text alignment: 1
  160. -- font id: 0
  161. -- text size: 12
  162. -- style flags: 0
  163. -- line height: 16
  164. -- part name: technology 6
  165. ----- HyperTalk script -----
  166. on mouseUp
  167.   push card
  168.   visual effect dissolve
  169.   go card "technology 6"
  170. end mouseUp
  171.  
  172.  
  173.  
  174.  
  175. -- part 15 (button)
  176. -- low flags: 00
  177. -- high flags: 2002
  178. -- rect: left=116 top=205 right=218 bottom=139
  179. -- title width / last selected line: 0
  180. -- icon id / first selected line: 0 / 0
  181. -- text alignment: 1
  182. -- font id: 0
  183. -- text size: 12
  184. -- style flags: 0
  185. -- line height: 16
  186. -- part name: technology 7
  187. ----- HyperTalk script -----
  188. on mouseUp
  189.   push card
  190.   visual effect dissolve
  191.   go card "technology 7"
  192. end mouseUp
  193.  
  194.  
  195.  
  196.  
  197. -- part 22 (button)
  198. -- low flags: 00
  199. -- high flags: 2002
  200. -- rect: left=116 top=222 right=235 bottom=139
  201. -- title width / last selected line: 0
  202. -- icon id / first selected line: 0 / 0
  203. -- text alignment: 1
  204. -- font id: 0
  205. -- text size: 12
  206. -- style flags: 0
  207. -- line height: 16
  208. -- part name: technology 8
  209. ----- HyperTalk script -----
  210. on mouseUp
  211.   push card
  212.   visual effect dissolve
  213.   go card "technology 8"
  214. end mouseUp
  215.  
  216.  
  217.  
  218.  
  219. -- part 24 (button)
  220. -- low flags: 00
  221. -- high flags: 2002
  222. -- rect: left=116 top=253 right=266 bottom=139
  223. -- title width / last selected line: 0
  224. -- icon id / first selected line: 0 / 0
  225. -- text alignment: 1
  226. -- font id: 0
  227. -- text size: 12
  228. -- style flags: 0
  229. -- line height: 16
  230. -- part name: technology 36
  231. ----- HyperTalk script -----
  232. on mouseUp
  233.   push card
  234.   visual effect dissolve
  235.   go card "technology 36"
  236. end mouseUp
  237.  
  238.  
  239.  
  240.  
  241. -- part 25 (button)
  242. -- low flags: 00
  243. -- high flags: 2002
  244. -- rect: left=116 top=269 right=282 bottom=139
  245. -- title width / last selected line: 0
  246. -- icon id / first selected line: 0 / 0
  247. -- text alignment: 1
  248. -- font id: 0
  249. -- text size: 12
  250. -- style flags: 0
  251. -- line height: 16
  252. -- part name: technology 22
  253. ----- HyperTalk script -----
  254. on mouseUp
  255.   push card
  256.   visual effect dissolve
  257.   go card "technology 22"
  258. end mouseUp
  259.  
  260.  
  261.  
  262.  
  263. -- part 26 (button)
  264. -- low flags: 00
  265. -- high flags: 2002
  266. -- rect: left=116 top=286 right=299 bottom=139
  267. -- title width / last selected line: 0
  268. -- icon id / first selected line: 0 / 0
  269. -- text alignment: 1
  270. -- font id: 0
  271. -- text size: 12
  272. -- style flags: 0
  273. -- line height: 16
  274. -- part name: technology 23
  275. ----- HyperTalk script -----
  276. on mouseUp
  277.   push card
  278.   visual effect dissolve
  279.   go card "technology 23"
  280. end mouseUp
  281.  
  282.  
  283.  
  284.  
  285. -- part 72 (button)
  286. -- low flags: 00
  287. -- high flags: 2002
  288. -- rect: left=42 top=307 right=319 bottom=54
  289. -- title width / last selected line: 0
  290. -- icon id / first selected line: 0 / 0
  291. -- text alignment: 1
  292. -- font id: 0
  293. -- text size: 12
  294. -- style flags: 0
  295. -- line height: 16
  296. -- part name: content 8
  297. ----- HyperTalk script -----
  298. on mouseUp
  299.   push card
  300.   visual effect dissolve
  301.   go card "content 8"
  302.  
  303. end mouseUp
  304.  
  305.  
  306.  
  307. -- part contents for background part 1
  308. ----- text -----
  309. Macintosh Display Card 4‚Ä¢8 and 8‚Ä¢24
  310.  
  311. -- part contents for background part 2
  312. ----- text -----
  313. Stack Contents
  314.  
  315. -- part contents for background part 8
  316. ----- text -----
  317. content4a
  318.  
  319. -- part contents for background part 11
  320. ----- text -----
  321. Click any card to go there, a highlighted card indicates where you just came from.
  322.  
  323. -- part contents for background part 12
  324. ----- text -----
  325. Technology 
  326.  
  327. -- part contents for card part 2
  328. ----- text -----
  329. Opening Card
  330. Introduction:  Graphics Power on a Card
  331. Hardware Features
  332. The Best Displays For This Product
  333. Connections
  334. System Requirements
  335. Size and Slot Usage
  336. Installation
  337. Control Panel Settings
  338. Power Consumption
  339. Convolution